home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Science / RLaB / misc / README.PLPLOT < prev    next >
Text File  |  1994-04-25  |  1KB  |  28 lines

  1.     README.PLPLOT:
  2.  
  3.     Beginning with version 0.96, RLaB has built-in plotting
  4.     support. This support can only be utilized if you have the
  5.     PLPLOT library installed on your system. PLPLOT is good stuff,
  6.     not only for RLaB. So, if you don't have it already it is
  7.     definitely worthwhile. You can get it at hagar.ph.utexas.edu
  8.     in pub/plplot. In order to use the plplot libraries with RLaB
  9.     you must make and install the double precision versions. RLaB
  10.     will look for either libplplotdX.a or libplplotdtk.a.
  11.  
  12.     You can get help on plotting by typing `help plot' at the RLaB
  13.     prompt (if you compiled RLaB to use plplot). Looking at the
  14.     file examples/plot_test.r shows some example plotting
  15.     commands. Also the RLaB Primer has a brief section on
  16.     plotting. 
  17.  
  18.     The new plotting implementation has not been through very
  19.     rigorous testing yet. Most of the plot functions are written
  20.     in R-files, so if something is bothering you it should be
  21.     relatively easy to fix. I would like to hear suggestions. 
  22.  
  23.     If you do not wish to use, or install the plplot libraries,
  24.     then RLaB will use the gnuplot plot interface.
  25.  
  26.     Enjoy,
  27.     Ian Searle
  28.